Xbasic

A5_EMAIL_VALID Function

This function has been deprecated. [A5_IS_EMAIL_VALID()] should be used as a replacement.

Syntax

Result_Flag L = a5_email_valid(Address as C)

Description

This function has been deprecated. A5_IS_EMAIL_VALID() should be used as a replacement. The A5_EMAIL_VALID() function determines if an email address is properly formatted. It does not validate the address itself.

Example

? A5_IS_EMAIL_VALID("[email protected]")
= .T.

See Also